翻訳と辞書
Words near each other
・ Newell Highway
・ Newell House Museum
・ Newell Mathews
・ Newell Morrison
・ Newell Park
・ Newell Point
・ Newell Rubbermaid
・ Newell Sanders
・ Newell Simon Hall
・ Newell Smith Wallbank
・ Newell Toll Bridge
・ Newell Township
・ Newell Township, Buena Vista County, Iowa
・ Newell Township, Vermilion County, Illinois
・ Newell W. Banks
Newell's algorithm
・ Newell's car-following model
・ Newell's Old Boys
・ Newell's shearwater
・ Newell, Alabama
・ Newell, California
・ Newell, Iowa
・ Newell, North Carolina
・ Newell, Pennsylvania
・ Newell, South Dakota
・ Newell, West Virginia
・ Newell-Fonda High School (Iowa)
・ Newells Preparatory School
・ Newellton Airport
・ Newellton High School


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Newell's algorithm : ウィキペディア英語版
Newell's algorithm
Newell's Algorithm is a 3D computer graphics procedure for elimination of polygon cycles in the depth sorting required in hidden surface removal. It was proposed in 1972 by brothers Martin Newell and Dick Newell, and Tom Sancha, while all three were working at CADCentre.
In the depth sorting phase of hidden surface removal, if two polygons have no overlapping extents or extreme minimum and maximum values in the x, y, and z directions, then they can be easily sorted. If two polygons, Q and P, do have overlapping extents in the Z direction, then it is possible that cutting is necessary.
In that case Newell's algorithm tests the following:
# Test for Z overlap; implied in the selection of the face Q from the sort list
# The extreme coordinate values in X of the two faces do not overlap (minimax test in X)
# The extreme coordinate values in Y of the two faces do not overlap (minimax test in Y)
# All vertices of P lie deeper than the plane of Q
# All vertices of Q lie closer to the viewpoint than the plane of P
# The rasterisation of P and Q do not overlap
Note that the tests are given in order of increasing computational difficulty.
Note also that the polygons must be planar.
If the tests are all false, then the polygons must be split. Splitting is accomplished by selecting one polygon and cutting it along the line of intersection with the other polygon. The above tests are again performed, and the algorithm continues until all polygons pass the above tests.
==References==

*.
*.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Newell's algorithm」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.